penColor
Type
property
Summary
Specifies the color used for drawing with the paint tools.
Syntax
set the penColor to {<colorName> | <RGBColor>}
Description
Use the penColor property to change the color used with the pencil, line, and curve paint tools, and for the borders of shapes.
If the penPattern has been set since the last time the penColor was set, the pattern is used instead of the color specified by penColor. In other words, the last-set property takes priority.
Examples
set the penColor to "blue"
set the penColor to 255,255,255 -- white
Value
Name | Type | Description |
---|---|---|
value | The penColor is a color reference. The colorName is any standard color name. The RGBColor consists of three comma-separated integers between zero and 255, specifying the level of each of red, green, and blue; or an HTML-style color consisting of a hash mark (#) followed by three hexadecimal numbers, one for each of red, green, and blue. By default, the penColor is "0,0,0" (black). |
Related
command: choose
glossary: property, hexadecimal, paint tool, integer, color reference
property: penPattern, brushColor
Compatibility and Support
Introduced
LiveCode 1.0
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile